MsgBox "Welcome to PONG! Code original by " + MyName + "."
MsgBox "Player 1 controls the bottom paddle with the '" & KeyStr1(0) & "' and '" & KeyStr1(1) & "' buttons to move it left and right respectively." & Chr(13) & _
"Player 2 controls the top paddle with the '" & KeyStr2(0) & "' and '" & KeyStr2(1) & "' buttons to move it left and right respectively." & Chr(13) & _